{% extends 'base.html' %} {% load static %} {% load persian %} {% block title %}{{ site_settings.site_name|default:"خبرگزاری ایثار" }}{% endblock %} {% block content %}
{% for article in slider_articles %}
{% if article.categories.all %} {{ article.categories.first.name }} {% endif %}

{{ article.title }}

{{ article.summary|truncatewords:25 }}

{{ article.publish_time|date:"Y/m/d - H:i"|to_persian_num }} {% if article.views %} | {{ article.views|to_persian_num }}{% endif %}
{% empty %}

خبری موجود نیست

{% endfor %}
{% for article in slider_articles %}{% endfor %}
جدیدترین اخبار
همه خبرها
{% for article in news_articles_home %}
{% if article.image %}{{ article.title }}{% else %}
{% endif %}

{{ article.title }}

{{ article.summary|truncatewords:12 }}

{{ article.publish_time|date:"Y/m/d - H:i"|to_persian_num }}
{% empty %}

هیچ خبری وجود ندارد.

{% endfor %}
{% if analysis_articles_home %}
جدیدترین تحلیل‌ها
همه تحلیل‌ها
{% for article in analysis_articles_home %}
{% if article.image %}{{ article.title }}{% else %}
{% endif %}

{{ article.title }}

{{ article.summary|truncatewords:12 }}

{{ article.publish_time|date:"Y/m/d - H:i"|to_persian_num }}
{% empty %}

هیچ تحلیلی وجود ندارد.

{% endfor %}
{% endif %} {% if galleries_home %} {% endif %} {% if videos_home %} {% endif %} {% endblock %} {% block extra_js %} {% endblock %}